home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / PROGS / FIND.DOC < prev    next >
Text File  |  1994-05-02  |  418b  |  14 lines

  1.  
  2. FIND - File finder
  3.  
  4. >FIND <filespec>   wildcards allowed
  5.  
  6. Scans the disk looking for matching files
  7.  
  8. LIke most of the utilities, a freestanding "p" on the param line
  9. is the equivalent of OUT=LPT1, sending the output to the printer
  10.  
  11. the batch file "BIGFILES.BAT" is:
  12. FIND *.* MINSIZEK=250 MODE=BIG ROOT=C:\ %1
  13. which scans the disk for files greater than 250k bytes (the %1 is
  14. for an optional OUT= or "p")